home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TWINDOWSDIALOG / TWINDOWSDIALOG.txt
Text File  |  2004-02-29  |  3KB  |  131 lines

  1. object WindowsDialog: TWindowsDialog
  2.   Left = 370
  3.   Top = 179
  4.   BorderStyle = bsDialog
  5.   Caption = 'Windows'
  6.   ClientHeight = 265
  7.   ClientWidth = 457
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 86
  24.     Height = 13
  25.     Caption = '&Select Window(s):'
  26.     FocusControl = lstWindows
  27.   end
  28.   object btnActivate: TCorelButton
  29.     Left = 344
  30.     Top = 8
  31.     Width = 105
  32.     Height = 23
  33.     Hint = 'Activate|Activate selected Window'
  34.     Caption = '&Activate'
  35.     Default = True
  36.     TabOrder = 1
  37.     OnClick = btnActivateClick
  38.   end
  39.   object btnOK: TCorelButton
  40.     Left = 344
  41.     Top = 40
  42.     Width = 105
  43.     Height = 23
  44.     Hint = 'OK|Close this Window'
  45.     Cancel = True
  46.     Caption = '&OK'
  47.     ModalResult = 1
  48.     TabOrder = 2
  49.   end
  50.   object btnClose: TCorelButton
  51.     Left = 344
  52.     Top = 104
  53.     Width = 105
  54.     Height = 23
  55.     Hint = 'Close Window(s)|Close selected Window(s)'
  56.     Caption = 'C&lose Window(s)'
  57.     TabOrder = 4
  58.     OnClick = btnCloseClick
  59.   end
  60.   object btnCascade: TCorelButton
  61.     Left = 344
  62.     Top = 136
  63.     Width = 105
  64.     Height = 23
  65.     Hint = 'Cascade|Cascade Windows'
  66.     Caption = '&Cascade'
  67.     TabOrder = 5
  68.     OnClick = btnCascadeClick
  69.   end
  70.   object btnTileHor: TCorelButton
  71.     Left = 344
  72.     Top = 168
  73.     Width = 105
  74.     Height = 23
  75.     Hint = 'Tile Horizontally|Tile Windows horizontally'
  76.     Caption = 'Tile &Horizontally'
  77.     TabOrder = 6
  78.     OnClick = btnTileHorClick
  79.   end
  80.   object btnTileVer: TCorelButton
  81.     Left = 344
  82.     Top = 200
  83.     Width = 105
  84.     Height = 23
  85.     Hint = 'Tile Vertically|Tile Windows vertically'
  86.     Caption = 'Tile &Vertically'
  87.     TabOrder = 7
  88.     OnClick = btnTileVerClick
  89.   end
  90.   object btnMinimize: TCorelButton
  91.     Left = 344
  92.     Top = 232
  93.     Width = 105
  94.     Height = 23
  95.     Hint = 'Minimize|Minimize selected Window(s)'
  96.     Caption = '&Minimize'
  97.     TabOrder = 8
  98.     OnClick = btnMinimizeClick
  99.   end
  100.   object lstWindows: TListBox
  101.     Left = 8
  102.     Top = 24
  103.     Width = 321
  104.     Height = 233
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = clWindowText
  107.     Font.Height = -11
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = []
  110.     ItemHeight = 18
  111.     MultiSelect = True
  112.     ParentFont = False
  113.     Style = lbOwnerDrawFixed
  114.     TabOrder = 0
  115.     OnClick = lstWindowsClick
  116.     OnDblClick = btnActivateClick
  117.     OnDrawItem = lstWindowsDrawItem
  118.     OnEnter = lstWindowsClick
  119.   end
  120.   object btnSave: TCorelButton
  121.     Left = 344
  122.     Top = 72
  123.     Width = 105
  124.     Height = 23
  125.     Hint = 'Save selected File(s)'
  126.     Caption = '&Save'
  127.     TabOrder = 3
  128.     OnClick = btnSaveClick
  129.   end
  130. end
  131.